Browse Source

问题优化

master
陈裕财 5 years ago
parent
commit
86b98d7ad1
  1. 7
      src/views/xm/core/xmQuestion/XmQuestionMng.vue

7
src/views/xm/core/xmQuestion/XmQuestionMng.vue

@ -153,8 +153,9 @@
指派给<el-button @click="showGroupUsers('handlerUser')" icon="el-icon-search" circle size="mini"></el-button>
</template>
</el-table-column>
<el-table-column prop="ltime" label="指派时间" width="120" :formatter="formatterDate"></el-table-column>
<el-table-column prop="createTime" label="创建时间" width="120" :formatter="formatterDate"></el-table-column>
<el-table-column sortable prop="ltime" label="更新时间" width="120" :formatter="formatterDate" show-overflow-tooltip></el-table-column>
<el-table-column prop="lremark" label="更新说明" width="120" show-overflow-tooltip></el-table-column>
<el-table-column prop="createTime" label="创建时间" width="120" :formatter="formatterDate" show-overflow-tooltip></el-table-column>
<el-table-column prop="bizFlowState" label="升级处理" width="120" >
<template slot-scope="scope">
@ -348,8 +349,6 @@
util.formatDate.format(endDate, "yyyy-MM-dd")
],
ltimeRanger:[
util.formatDate.format(beginDate, "yyyy-MM-dd"),
util.formatDate.format(endDate, "yyyy-MM-dd")
],
pickerOptions: util.pickerOptions('datarange'),
userType:'',//createUserhandlerUser

Loading…
Cancel
Save