Commit fc3ee702 by caoyanzhi

update: 欢迎语设置字段调整

parent 81f0a962
......@@ -57,7 +57,7 @@
<template slot-scope="{ row }">{{ row.updateTime | formatTimeStamp }}</template>
</el-table-column>
<el-table-column prop="creatorName" label="创建人" width="120" show-overflow-tooltip> </el-table-column>
<el-table-column prop="operatorName" label="操作人" width="120" show-overflow-tooltip> </el-table-column>
<el-table-column prop="modifierName" label="操作人" width="120" show-overflow-tooltip> </el-table-column>
<el-table-column prop="suitDepartmentName" label="适用范围" width="300">
<template slot-scope="{ row }">
<div v-if="row.defaultWelcomeFlag">
......
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