Browse Source

Merge branch 'sit' of daiyanrong/live-telecast-ui-pc into master

戴艳蓉 3 years ago
parent
commit
c5c852fc34

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-fba20844.ad769c06.js


BIN
dist/static/js/chunk-fba20844.ad769c06.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-fba20844.b33a3a21.js


BIN
dist/static/js/chunk-fba20844.b33a3a21.js.gz


+ 3 - 2
src/views/mobile/park/addEdit.vue

@@ -28,7 +28,7 @@
               <el-input
                 v-model="ruleForm.username"
                 placeholder="XXXXXX"
-                :disabled="isDetail === '007'"
+                :disabled="isDetail !== '003'"
                 ><template slot="prepend">1745</template></el-input
               >
             </el-form-item>
@@ -45,11 +45,12 @@
               />
             </el-form-item>
             <el-form-item label="有效期" prop="starttime">
+              <!--isDetail === '007'-->
               <PeriodDateTimePicker
                 :start="ruleForm.starttime"
                 :end="ruleForm.expiretime"
                 :type="1"
-                :disabled="isDetail === '007'"
+                :disabled="true"
                 :width="'288px'"
                 @timeReturned="timeReturned($event)"
               />

Some files were not shown because too many files changed in this diff