Commit 86c89247 authored by zhangjianqian's avatar zhangjianqian

假数据

parent 339dccfb
......@@ -53,7 +53,7 @@
</thead>
<tbody>
<tr v-for="(user, index) in stu" :key="index + 1">
<!-- <td>{{index}}</td>-->
<td>{{index+1}}</td>
<td>{{user.name}}</td>
<td>{{user.type}}</td>
<td>{{user.num}}</td>
......@@ -79,29 +79,29 @@
return{
user:{name:'',type:'',num:'',price:''},
stu: [
{
},
// {
// name: "河北省石家庄平山县",
// type: "中诚燃气",
// num: "管道燃气",
// price: "0件",
// yh: "42次",
// ts: "10次",
// kh: 100,
// jg: "优秀",
// },
// {
// name: "河北省石家庄平山县",
// type: "敬业集团",
// num: "瓶装燃气",
// price: "0件",
// yh: "30次",
// ts: "20次",
// kh: 100,
// jg: "优秀",
//
// },
{
name: "河北省石家庄平山县",
type: "中诚燃气",
num: "管道燃气",
price: "0件",
yh: "42次",
ts: "10次",
kh: 100,
jg: "优秀",
},
{
name: "河北省石家庄平山县",
type: "敬业集团",
num: "瓶装燃气",
price: "0件",
yh: "30次",
ts: "20次",
kh: 100,
jg: "优秀",
},
// {
// name: "河北省石家庄平山县",
// type: "盈德气体",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment