| | |
| | | <el-input v-model="form.taskName" placeholder="请输入任务名称" class="custom-input"></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="负责人" prop="leader"> |
| | | <el-form-item label="负责人" prop="leader" required> |
| | | <!-- <div class="required-label">负责人</div> --> |
| | | <Table |
| | | ref="table" |
| | | :data="tableData" |
| | | :total="0" |
| | | :height="null" |
| | | :total="0" |
| | | :height="null" |
| | | class="rwuTable" |
| | | @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55"></el-table-column> |
| | |
| | | .custom-input { |
| | | width: 100%; |
| | | } |
| | | |
| | | .required-label { |
| | | font-size: 14px; |
| | | color: #333; |
| | | margin-bottom: 8px; |
| | | &::before { |
| | | content: "*"; |
| | | color: #f56c6c; |
| | | margin-right: 4px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .rwuTable { |