|
@@ -9,7 +9,7 @@
|
|
|
v-for="(si, sii) in tableData"
|
|
|
:key="sii"
|
|
|
>
|
|
|
- <el-col :span="4" style="width: 180px; text-align: right; padding: 0 20px 0 0">{{
|
|
|
+ <el-col :span="4" style="width: 200px; text-align: right; padding: 0 20px 0 0">{{
|
|
|
si.label
|
|
|
}}</el-col>
|
|
|
<el-col :span="8" style="width: 350px">
|
|
@@ -50,7 +50,6 @@ export default {
|
|
|
searchSize: "small",
|
|
|
size: "mini",
|
|
|
loading: false,
|
|
|
-
|
|
|
tableData: [
|
|
|
{
|
|
|
id: "11",
|
|
@@ -60,38 +59,38 @@ export default {
|
|
|
start: "",
|
|
|
end: "",
|
|
|
fileType: "xlsx",
|
|
|
- label: "业绩达成报表(销售)",
|
|
|
+ label: "项目客服业绩报表",
|
|
|
},
|
|
|
{
|
|
|
id: "12",
|
|
|
- url_path: "516pingtai-12",
|
|
|
- placeholder: "下单",
|
|
|
- httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
|
- start: "",
|
|
|
- end: "",
|
|
|
- fileType: "xlsx",
|
|
|
- label: "确认单绩效报表",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "13",
|
|
|
- url_path: "516pingtai-13",
|
|
|
- placeholder: "退款",
|
|
|
- httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
|
- start: "",
|
|
|
- end: "",
|
|
|
- fileType: "xlsx",
|
|
|
- label: "确认单绩效退款报表",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "14",
|
|
|
- url_path: "516pingtai-14",
|
|
|
- placeholder: "发货",
|
|
|
+ url_path: "admin/productTh",
|
|
|
+ placeholder: "退货",
|
|
|
httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
|
start: "",
|
|
|
end: "",
|
|
|
fileType: "xlsx",
|
|
|
- label: "采购单发货数据",
|
|
|
+ label: "产品部门退货数据报表",
|
|
|
},
|
|
|
+ // {
|
|
|
+ // id: "13",
|
|
|
+ // url_path: "516pingtai-13",
|
|
|
+ // placeholder: "退款",
|
|
|
+ // httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
|
+ // start: "",
|
|
|
+ // end: "",
|
|
|
+ // fileType: "xlsx",
|
|
|
+ // label: "确认单绩效退款报表",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // id: "14",
|
|
|
+ // url_path: "516pingtai-14",
|
|
|
+ // placeholder: "发货",
|
|
|
+ // httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
|
+ // start: "",
|
|
|
+ // end: "",
|
|
|
+ // fileType: "xlsx",
|
|
|
+ // label: "采购单发货数据",
|
|
|
+ // },
|
|
|
],
|
|
|
};
|
|
|
},
|