Commit b3691a3a authored by 邓春圆's avatar 邓春圆

添加目标单位

parent c1e66daf
...@@ -57,6 +57,12 @@ ...@@ -57,6 +57,12 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('部门人数')" align="center" prop="deptEmpCount"/> <el-table-column :label="$t('部门人数')" align="center" prop="deptEmpCount"/>
<el-table-column :label="$t('目标值')" align="center" prop="cubeNum"/>
<el-table-column :label="$t('目标单位')" align="center">
<template v-slot="{row}">
<dict-tag :type="DICT_TYPE.CEBE_UNIT" :value="row.cubeUnit" ></dict-tag>
</template>
</el-table-column>
<el-table-column :label="$t('目标方数')" align="center" prop="cubeNum"/> <el-table-column :label="$t('目标方数')" align="center" prop="cubeNum"/>
<el-table-column :label="$t('运输方式')" align="center" prop="transportType"> <el-table-column :label="$t('运输方式')" align="center" prop="transportType">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -156,10 +162,11 @@ ...@@ -156,10 +162,11 @@
import {getChannelList} from '@/api/ecw/channel'; import {getChannelList} from '@/api/ecw/channel';
import dayjs from "dayjs"; import dayjs from "dayjs";
import { parseTime } from '@/utils/ruoyi'; import { parseTime } from '@/utils/ruoyi';
import Template from "@/views/cms/template/index.vue";
export default { export default {
name: "EcwDepttargetMydepttarget", name: "EcwDepttargetMydepttarget",
components: {}, components: {Template},
data() { data() {
return { return {
// 遮罩层 // 遮罩层
...@@ -332,7 +339,6 @@ import { parseTime } from '@/utils/ruoyi'; ...@@ -332,7 +339,6 @@ import { parseTime } from '@/utils/ruoyi';
}) })
}, },
showChannel(val){ showChannel(val){
console.log(val);
if(val===3 || val===4){ if(val===3 || val===4){
this.showFlag = true; this.showFlag = true;
} else { } else {
......
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