zhangwencui
10 小时以前 6e1cb1b850f3536eb91b3247f2b5e6aadf6805c9
样式修改
已修改4个文件
31 ■■■■ 文件已修改
src/pages.json 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/safeProduction/dangerInvestigation/index.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/safeProduction/hazardousMaterialsControl/detail.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/safeProduction/hazardousMaterialsControl/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages.json
@@ -772,14 +772,7 @@
        "navigationBarTitleText": "危险物料详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/safeProduction/hazardousMaterialsControl/view",
      "style": {
        "navigationBarTitleText": "危险物料详情",
        "navigationStyle": "custom"
      }
    },
  ],
  "subPackages": [
    {
src/pages/safeProduction/dangerInvestigation/index.vue
@@ -118,12 +118,6 @@
                      @click="viewDetail(item)">
              查看详情
            </u-button> -->
            <u-button type="primary"
                      size="small"
                      class="action-btn"
                      @click="editVisit(item)">
              编辑
            </u-button>
            <u-button type="warning"
                      size="small"
                      class="action-btn"
@@ -137,6 +131,14 @@
                      :disabled="!item.rectifyActualTime"
                      @click="acceptanceVisit(item)">
              验收
            </u-button>
          </view>
          <view class="action-buttons">
            <u-button type="primary"
                      size="small"
                      class="action-btn"
                      @click="editVisit(item)">
              编辑
            </u-button>
            <u-button type="info"
                      size="small"
@@ -380,6 +382,9 @@
  .action-buttons {
    gap: 4px;
  }
  .action-buttons {
    padding: 0 0 10rpx 0;
  }
  // 超期未整改的隐患样式
  .overdue {
@@ -393,7 +398,7 @@
  }
  .overdue .item-header::after {
    content: "超期未整改";
    content: "超期";
    position: absolute;
    top: 32rpx;
    right: 20rpx;
src/pages/safeProduction/hazardousMaterialsControl/detail.vue
@@ -111,8 +111,7 @@
                     border-bottom>
          <u-textarea v-model="form.returnRemark"
                      placeholder="请输入归还情况说明"
                      :maxlength="200"
                      count
                      :rows="4"
                      :autoHeight="true" />
        </u-form-item>
      </u-cell-group>
src/pages/safeProduction/hazardousMaterialsControl/index.vue
@@ -218,7 +218,7 @@
  const deleteVisit = item => {
    uni.showModal({
      title: "删除确认",
      content: `确定要删除该危险源吗?`,
      content: `确定要删除该记录吗?`,
      success: res => {
        if (res.confirm) {
          deleteClientVisit(item.id);