| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <!-- 新建消息 --> |
| | | <el-dialog title="新建消息" :destroy-on-close="true" :key="dialogType" :visible.sync="isShowDialog" width="80%" |
| | | <el-dialog title="新建消息" :destroy-on-close="true" :key="dialogTypeOne" :visible.sync="isShowDialog" width="80%" |
| | | :before-close="handleConfirmClose"> |
| | | <MyCreate @closeMyDialog="closeDialog" :type="dialogType"></MyCreate> |
| | | </el-dialog> |
| | |
| | | columnName: "短信", |
| | | }, |
| | | ], |
| | | dialogType: "", |
| | | dialogType: "1", |
| | | dialogTypeOne:'2' |
| | | }; |
| | | }, |
| | | created() { |
| | |
| | | .line { |
| | | padding: 0 5px; |
| | | } |
| | | |
| | | color: var(--operation-color); |
| | | span:hover { |
| | | cursor: pointer; |
| | | } |