@@ -65,7 +65,7 @@
<div class="control-row">
<!-- 左侧人员选择 -->
<div class="control-group">
- <label class="control-title">{{ t('devicePerson.rp') }}</label>
+ <label class="control-title">{{ t('devicePerson.rp') }} <span class="required-star">*</span></label>
<div class="person-selector">
<el-select
v-model="selectedPersons"
@@ -71,11 +71,11 @@ const columns = ref<Column[]>([
fixed: 'left',
'min-width': '120px'
},
- {
- label: '时间节点',
- prop: 'timeRange',
- 'min-width': '120px'
- },
+ // {
+ // label: '时间节点',
+ // prop: 'timeRange',
+ // 'min-width': '120px'
+ // },
{
label: '施工状态',
prop: 'rdStatus',