Commit 0bc2218e by WF1020

brtdck修改

parent 8bf8f848
......@@ -18,7 +18,6 @@
import event from '../event'
//import Addbcb1 from "~/views/Public/Addbcb1";
import Coninfp from "~/views/Public/Coninfp";
export default {
components: {
"m-coninfp": Coninfp,
......@@ -33,7 +32,6 @@
};
},
methods: { },
created: function () {},
};
</script>
......
......@@ -8,7 +8,7 @@
<c-col :span="24" style="margin-bottom: 30px;">
<el-form-item :prop="`${argadr.grp}.${rol}.docgrd`" label="" label-width="0px">
<c-table max-height="300px" style="text-align: center;" stripe
:list="this.model[argadr.grp][rol].docgrd || []" :paginationShow="false" :border="true">
:list="model[argadr.grp][rol].docgrd || []" :paginationShow="false" :border="true">
<el-table-column :label="model[argadr.grp][rol].docdsclab || '提交单据'" class="messageLabel">
<el-table-column label="1st" width="auto" prop="cmail1" background-color="red">
<template slot-scope="scope">
......
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