Browse Source

是否开启办理中

feature-bug
是小王呀\24601 9 months ago
parent
commit
9cf217933a
  1. 19
      src/views/modules/workSys/sysConfigure/index.vue

19
src/views/modules/workSys/sysConfigure/index.vue

@ -177,6 +177,25 @@
inactive-color="#eaecf0" @change="handleChange()">
</el-switch>
</div>
<div
style=" margin-top: 20px;display: flex;border-bottom: 1px dotted rgba(0, 0, 0, 0.3); flex-direction: row; align-items: center; justify-content: space-between;">
<div>
<div style="display: flex; flex-direction: row; align-items: center;">
<div style="width: 10px; height: 10px; background-color: #4e89ec"></div>
<div style="font-weight:800;font-size: 14px; margin-left: 10px;">
是否需要开启办理中选项
</div>
</div>
<div
style=" margin: 20px;font-size: 14px; display: flex; align-items: center;">
若开启办理中选项事件办理状态中需要加上办理中选项
</div>
</div>
<el-switch v-model="sysAdvancedList.eventState"
active-color="#13ce66" :active-value=3 :inactive-value=1
inactive-color="#eaecf0" @change="handleChange()">
</el-switch>
</div>
<div
style=" margin-top: 20px;display: flex;border-bottom: 1px dotted rgba(0, 0, 0, 0.3); flex-direction: row; align-items: center; justify-content: space-between;">
<div>

Loading…
Cancel
Save