diff --git a/src/views/dispatcherStationManage/dispatchCmd.vue b/src/views/dispatcherStationManage/dispatchCmd.vue index 6b58f5d2a..0350bc925 100644 --- a/src/views/dispatcherStationManage/dispatchCmd.vue +++ b/src/views/dispatcherStationManage/dispatchCmd.vue @@ -4,7 +4,7 @@ class="dispatcher-cmd chengdou-03__systerm" :title="title" :visible.sync="show" - width="960px" + width="1300px" :before-close="doClose" :z-index="2010" :modal="false" @@ -15,7 +15,7 @@
- +
数据库正常
@@ -35,22 +35,94 @@
- + -
-
命令标题
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- +
-
正文字体
+
+ +
-
受令列表
+
+ 受令列表 + 全选 +
+
+ + + + + + + + +
+
+
+ 下达
@@ -71,7 +143,25 @@ export default { dialogShow: false, activeTab: 'operate', cmdTab: 'cmd', - textTab: 'text' + textTab: 'text', + command: { + title: '', + number: '', + sendTime: '', + senderId: '', + companyOfSender: '', + authorizationTime: '', + authorizationStatus: '', + finalizationTime: '', + reviewerId: '', + author: '', + receiverIds: '', + type: '', + allSigned: '' + }, + cmdTextarea: '', + tableChecked: false, + tableData: [] }; }, computed: { @@ -107,5 +197,31 @@ export default { .left { height: 100%; } + /deep/ .el-tabs__item { + height: 30px !important; + line-height: 30px !important; + } + .middle { + /deep/ .el-form-item { + margin-bottom: 0px; + } + /deep/ .el-input__icon { + line-height: 22px; + } + .midle-bottom { + height: 40px; + display: flex; + justify-content: center; + align-items: center; + } + } +} + + diff --git a/src/views/dispatcherStationManage/index.vue b/src/views/dispatcherStationManage/index.vue deleted file mode 100644 index 46a82a10d..000000000 --- a/src/views/dispatcherStationManage/index.vue +++ /dev/null @@ -1,423 +0,0 @@ - - - - -